home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / web / fweb / fweb-1.40 / boot / vax / fweb.com < prev    next >
Text File  |  1993-10-29  |  667b  |  14 lines

  1. $! This is a sample COM file that defines FWEAVE and FTANGLE to be foreign
  2. $! procedures, since they take command-line arguments. They can be abbreviated
  3. $! to the first four letters. 
  4. $!
  5. $! The example assumes that the logical name TEX$FWEB has already been defined
  6. $! to point to the area where fweave.exe and ftangle.exe have been placed.
  7. $! That might be your own subdirectory, or a system area. An example of how
  8. $! to define TEX$FWEB is the text between quotes on the next line:
  9. $!    "$ define tex$fweb ux2:[krommes.tex.fweb]"
  10. $!
  11. $! In the following, the first '$' indicates a foreign procedure.
  12. $ fwea*ve :== $tex$fweb:fweave
  13. $ ftan*gle :== $tex$fweb:ftangle
  14.